home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 May / SGI IRIX 6.5 Applications 1999 May.iso / dist / nss_fasttrack.idb / var / netscape / fasttrack / httpd-%%HOSTNAME%% / conf_bk / obj.conf.z / obj.conf
Text File  |  1998-10-13  |  2KB  |  54 lines

  1.  
  2. # Flex Logging has been deactivated and now Common Logging is used.
  3. #
  4. #Init fn=flex-init access="/var/netscape/fasttrack/httpd-%%HOSTNAME%%/logs/access" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
  5.  
  6. Init fn=init-clf access="/var/netscape/fasttrack/httpd-%%HOSTNAME%%/logs/access" thread-buffer-size=16384
  7.  
  8. # To restrict /CDROM files from being cached
  9. Init fn=load-modules shlib=/var/netscape/fasttrack/nsapi/dontCache.so funcs=DontCache
  10.  
  11. Init fn=load-types mime-types=mime.types
  12. Init fn="init-uhome"
  13.  
  14. <Object name=default>
  15. NameTrans fn=pfx2dir from=/ebt-bin dir="/usr/lib/Insight/dweb/cgi-bin" name="cgi"
  16. NameTrans fn=pfx2dir from=/ebt-icons dir="/usr/lib/Insight/dweb/icons"
  17. NameTrans fn=pfx2dir from=/cgi-bin dir="/var/www/cgi-bin" name="cgi"
  18. NameTrans fn=pfx2dir from=/ns-icons dir="/var/netscape/fasttrack/ns-icons"
  19. NameTrans fn=pfx2dir from=/mc-icons dir="/var/netscape/fasttrack/ns-icons"
  20. NameTrans fn=unix-home from="/~" subdir="public_html"
  21. NameTrans fn=document-root root="/var/www/htdocs"
  22. PathCheck fn=unix-uri-clean
  23. PathCheck fn="check-acl" acl="default"
  24. PathCheck fn=find-pathinfo
  25. PathCheck fn=find-index index-names="index.shtml,index.html,index.cgi,home.html,webforce.html"
  26. ObjectType fn=type-by-extension
  27. ObjectType fn=force-type type=text/plain
  28. Service fn=send-cgi type="magnus-internal/cgi"
  29. Service method=(GET|HEAD) fn=parse-html type="magnus-internal/parsed-html"
  30. Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
  31. Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
  32. Service method=(GET|HEAD) type=*~magnus-internal/* fn=send-file
  33. #AddLog fn=flex-log name="access"
  34. AddLog fn=common-log name=access iponly=1
  35. </Object>
  36.  
  37. <Object name=cgi>
  38. ObjectType fn=force-type type=magnus-internal/cgi
  39. Service fn=send-cgi
  40. </Object>
  41.  
  42. <Object ppath="/CDROM/*">
  43. PathCheck fn="DontCache"
  44. </Object>
  45.  
  46. <Object ppath="/var/www/htdocs/SysTour/*">
  47. PathCheck fn="DontCache"
  48. </Object>
  49.  
  50. <Object ppath="/var/www/htdocs/Demos/*">
  51. PathCheck fn="DontCache"
  52. </Object>
  53.  
  54.